home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / agrep / !agrep / !help < prev    next >
Text File  |  1994-08-24  |  2KB  |  48 lines

  1.    agrep
  2.    ~~~~~
  3.  
  4.    Purpose: find a text string with only an approximate match
  5.  
  6.    Setup:
  7.       Icon              Action/Meaning
  8.       ----              --------------
  9.       Throwback         Enable Throwback
  10.       Patterns          The pattern to search for
  11.       Files             List of files to search for pattern in
  12.       Line count        output record number before matched record
  13.       Filenames only    list only the filenames that contain matches
  14.       Case insensitive  case-insensitive search, e.g. 'a' == 'A'
  15.       List non-matches  output those records containing no matches
  16.       Max errors        maximum number of insertions, deletions or substitutions
  17.                         allowed in the search pattern
  18.       Wildcards         Displays most pattern wildcards
  19.  
  20.       Pattern Wildcards:
  21.       ;         pattern1 AND pattern2
  22.       ,         pattern1 OR  pattern2
  23.       <pattern> pattern must match exactly even if approximate search is in use
  24.       .         match any single character
  25.       $         match end of line
  26.       \c        match 'c' even if 'c' is a wildcard character
  27.       [         start a list of patterns
  28.       ]         end list of patterns
  29.       -         [a-ho-z] and [^i-n] will both match any char between a and h
  30.                 or between o and z
  31.       ^         beggining of a line (note different meaning when inside a list)
  32.  
  33.       See Man Page for a more complete list of wildcards
  34.  
  35.    Menu:
  36.       Entry             Action/Meaning
  37.       -----             --------------
  38.       Count Matches     display only the number of matches for each file
  39.       Super Sequence    find a super sequence of pattern eg DCS will match
  40.                         Department of Computer Science
  41.       Define record     make record something other than a line eg a paragraph
  42.                         or e-mail message
  43.       Insertion         change weighting for insertions
  44.       Deletion          change weighting for deletions
  45.       Substitution      change weighting for substitutions
  46.       No filenames      don't list filenames
  47.       Silent            run silently
  48.